Name | Description | |
---|---|---|
Logger | The logger where the runtime messages are passed to. |
The following tables list the members exposed by DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>.
Name | Description | |
---|---|---|
ConnectionString | Overridden. Gets or sets the string used to open the connection. | |
ConnectionTimeout | Overridden. Gets the time to wait while establishing a connection before terminating the attempt and generating an error. | |
Container | (Inherited from System.ComponentModel.Component) | |
Database | Overridden. Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened. | |
DataSource | Overridden. Gets the name of the database server to which to connect. | |
ServerVersion | Overridden. Gets a string that represents the version of the server to which the object is connected. | |
Site | (Inherited from System.ComponentModel.Component) | |
State | Overridden. Gets a string that describes the state of the connection. | |
UnderlyingConnection | The underlying connection used by this DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DbProviderFactory | (Inherited from System.Data.Common.DbConnection) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
BeginTransaction | Overloaded. (Inherited from System.Data.Common.DbConnection) | |
ChangeDatabase | Overridden. Changes the current database for an open connection. | |
Close | Overridden. Closes the connection to the database. This is the preferred method of closing any open connection. | |
CreateCommand | (Inherited from System.Data.Common.DbConnection) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Disposes the resources of this connection. | |
EnlistTransaction | Overridden. Enlists in the specified transaction. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetSchema | Overloaded. Overridden. Returns schema information for the data source of this System.Data.Common.DbConnection. | |
InitializeLifetimeService | Overridden. Obtains a lifetime service object to control the lifetime policy for this instance. | |
Open | Overridden. Opens a database connection with the settings specified by the connection string. | |
OpenAsync | Overloaded. Overridden. An asynchronous version of the open method. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
BeginDbTransaction | Overridden. Initiates and returns a new transaction with the connected data source. | |
CreateDbCommand | Overridden. Creates and returns a System.Data.Common.DbCommand object associated with the current connection. | |
CreateDbCommandWrap | Create a new DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>. | |
CreateInnerConnection | Overloaded. Create a inner connection for this DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnStateChange | (Inherited from System.Data.Common.DbConnection) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
StateChange | StateChange event |